This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Lily Bubfanapuletsi 5.Dec.03 06:13 PM a Web browser Applications Development6.0.2 CF2Windows 2000
Can anyone suggest why the HadEmbedded property of the Profile document is true but the EmbeddedObjects array cannot be accessed? There should be one attachment in a rich text field called "Template" on the Profile doc. There is no hide-when on this field.
Set rtTemplate=docProfile.GetFirstItem("Template")
Forall objTemplate In rtTemplate.EmbeddedObjects
Call objTemplate.ExtractFile(strTemplatePath)
End Forall